UInt32NINumericUInt32NDivide Method

Divides the current value by the specified value.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt32N INumeric<UInt32N>.Divide(
	UInt32N value
)

Parameters

value  UInt32N
The value as the divisor.

Return Value

UInt32N
The result of dividing the current value by value.

Implements

INumericTSelfDivide(TSelf)

See Also